export declare const widthSelectInput: `var(--${string})`; export declare const unitInputStyle: { number: Record<"large" | "medium" | "small", string>; state: Record<"default" | "disabled" | "error" | "readOnly" | "success", string>; numberWrapper: string; size: Record<"large" | "medium" | "small", string>; unitWidth: string; unit: string; }; //# sourceMappingURL=styles.css.d.ts.map